バージョン

Item プロパティ (IHashPool<TKey,TValue>)

指定したキーの項目を取得します。
シンタックス
'宣言
 
ReadOnly Default Property Item( _
   ByVal key As TKey _
) As TValue
TValue this[ 
   TKey key
]; {get;}

パラメータ

key
項目を取得するキー。

プロパティ値

要求された項目。
参照